DataSource for Entity Framework in WPF
C1.LiveLinq.Indexing.Search Namespace / IndexedGroup<TKey,T> Class / Key Property

In This Topic
    Key Property (IndexedGroup<TKey,T>)
    In This Topic
    Gets the key of the IndexedGroup<TKey,T>.
    Syntax
    'Declaration
     
    Public MustOverride Shadows ReadOnly Property Key As TKey
    public abstract new TKey Key {get;}

    Property Value

    The key of the IndexedGroup<TKey,T>.
    See Also